-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sdk-coin-rune): new coin generation and SDK statics #4961
Conversation
let basecoin; | ||
|
||
before(function () { | ||
bitgo.initializeTestVars(); |
Check failure
Code scanning / CodeQL
Property access on null or undefined
|
||
before(function () { | ||
bitgo.initializeTestVars(); | ||
basecoin = bitgo.coin('trune'); |
Check failure
Code scanning / CodeQL
Property access on null or undefined
}); | ||
|
||
it('should instantiate the coin', function () { | ||
const basecoin = bitgo.coin('trune'); |
Check failure
Code scanning / CodeQL
Property access on null or undefined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flushing from the queue, please re request after fixing checks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not ready for review
5d9d551
to
eeb955b
Compare
Changes merged in PR: #5030 |
TICKET: WIN-3550